home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / share / m17n / eo-q.mim < prev    next >
Text File  |  2009-04-29  |  2KB  |  76 lines

  1. ;;; Copyright (C) 2007 Joop Kiefte (LaPingvino)
  2. ;;; 
  3. ;;; This file is part of the m17n contrib; a sub-part of the m17n
  4. ;;; library.
  5. ;;; 
  6. ;;; The m17n library is free software; you can redistribute it and/or
  7. ;;; modify it under the terms of the GNU Lesser General Public License
  8. ;;; as published by the Free Software Foundation; either version 2.1 of
  9. ;;; the License, or (at your option) any later version.
  10. ;;; 
  11. ;;; The m17n library is distributed in the hope that it will be useful,
  12. ;;; but WITHOUT ANY WARRANTY; without even the implied warranty of
  13. ;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  14. ;;; Lesser General Public License for more details.
  15. ;;; 
  16. ;;; You should have received a copy of the GNU Lesser General Public
  17. ;;; License along with the m17n library; if not, write to the Free
  18. ;;; Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
  19. ;;; Boston, MA 02110-1301, USA.
  20. ;;; 
  21. ;;; <li> eo-q.mim
  22. ;;;
  23. ;;; Inputmethod for Esperanto // Enigmetodo por Esperanto
  24.  
  25. (input-method eo q-sistemo)
  26.  
  27. (title "eo-q")
  28.  
  29. (description (_"Meant for writing Esperanto-letters adding q's."))
  30.  
  31. (map
  32.   (trans
  33.  
  34. ("cq" "─ë")
  35. ("gq" "─¥")
  36. ("hq" "─Ñ")
  37. ("jq" "─╡")
  38. ("sq" "┼¥")
  39. ("uq" "┼¡")
  40. ("Cq" "─ê")
  41. ("Gq" "─£")
  42. ("Hq" "─ñ")
  43. ("Jq" "─┤")
  44. ("Sq" "┼£")
  45. ("Uq" "┼¼")
  46. ("CQ" "─ê")
  47. ("GQ" "─£")
  48. ("HQ" "─ñ")
  49. ("JQ" "─┤")
  50. ("SQ" "┼£")
  51. ("UQ" "┼¼")
  52. ("cqq" "cq")
  53. ("gqq" "gq")
  54. ("hqq" "hq")
  55. ("jqq" "jq")
  56. ("sqq" "sq")
  57. ("uqq" "uq")
  58. ("Cqq" "Cq")
  59. ("Gqq" "Gq")
  60. ("Hqq" "Hq")
  61. ("Jqq" "Jq")
  62. ("Sqq" "Sq")
  63. ("Uqq" "Uq")
  64. ("CQQ" "CQ")
  65. ("GQQ" "GQ")
  66. ("HQQ" "HQ")
  67. ("JQQ" "JQ")
  68. ("SQQ" "SQ")
  69. ("UQQ" "UQ")
  70.    ))
  71.  
  72. (state
  73.   (init
  74.     (trans)))
  75.  
  76.